func runtime.bulkBarrierPreWrite

10 uses

	runtime (current package)
		mbarrier.go#L158: 		bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes, typ)
		mbarrier.go#L183: 	bulkBarrierPreWrite(uintptr(dst), 0, typ.PtrBytes, typ)
		mbarrier.go#L197: 	bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes, typ)
		mbarrier.go#L254: 		bulkBarrierPreWrite(uintptr(dst), uintptr(src), size, nil)
		mbarrier.go#L322: 		bulkBarrierPreWrite(uintptr(dstPtr), uintptr(srcPtr), pwsize, typ)
		mbarrier.go#L366: 		bulkBarrierPreWrite(uintptr(ptr), 0, typ.PtrBytes, typ)
		mbarrier.go#L396: 		bulkBarrierPreWrite(uintptr(ptr), 0, size, nil)
		mbarrier.go#L407: 		bulkBarrierPreWrite(uintptr(ptr), 0, size, typ)
		mbarrier.go#L429: 	bulkBarrierPreWrite(uintptr(ptr), 0, n, nil)
		mbitmap.go#L417: func bulkBarrierPreWrite(dst, src, size uintptr, typ *abi.Type) {